home *** CD-ROM | disk | FTP | other *** search
/ MACD 5 / MACD 5.bin / workbench / monitory / tasky / source / sprintf.h < prev    next >
C/C++ Source or Header  |  1993-05-14  |  155b  |  6 lines

  1. #ifndef SPRINTF_H
  2. #define SPRINTF_H
  3. /* prototype for Sprintf defined in sprintf.asm */
  4. void __stdargs SPrintf(char *, char *, ...);
  5. #endif /* SPRINTF_H */
  6.